home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / kode new / kant build meat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  734 b   |  14 lines  |  [TEXT/MMCC]

  1. extern    Str15            gRefLeading, gInstantLeading;
  2.  
  3. void DealWithBuildContentClick(WindowPtr theWindow, Point thePoint);
  4. void DealWithArrowClick(WindowPtr theWindow, short lineNum);
  5. void DoShowHideAll(WindowPtr theWindow, Boolean isShow);
  6. void HighlightLine(TEHandle hTE, short lineNum);
  7. Boolean RefHighlightedQQ(WindowPtr theWindow);
  8. Boolean RefClosedQQ(WindowPtr theWindow);
  9. Boolean AddNameToTE(TEHandle hTE, Str255 theName, Boolean isRef);
  10. void GetHighlightedString(WindowPtr theWindow, Str255 theStr);
  11. short GetNextInstantiationOffset(WindowPtr theWindow);
  12. void GetStringFromLine(WindowPtr theWindow, Str255 theStr, short lineNum);
  13. void GetRefNameFromInstantiation(WindowPtr theWindow, Str255 refName, short *stringIndex);
  14.